I think originally I had envisioned this as `ostree.version`, but at the last
minute we changed it to just `version`. That's what all of the code uses, so
let's fix the docs.
Closes: #638
Approved by: paulvt
checksum=$(ostree --repo=repo-dev rev-parse exampleos/x86_64/stage-3-pass/standard`)
ostree --repo=repo-prod pull-local repo-dev ${checksum}
ostree --repo=repo-prod commit -b exampleos/x86_64/standard \
- -s 'Release 1.2.3' --add-metadata-string=ostree.version=1.2.3 \
+ -s 'Release 1.2.3' --add-metadata-string=version=1.2.3 \
--tree=ref=${checksum}
```
fast.
Another interesting thing to notice here is that we're adding an
-`ostree.version` metadata string to the commit. This is an optional
+`version` metadata string to the commit. This is an optional
piece of metadata, but we are encouraging its use in the OSTree
ecosystem of tools. Commands like `ostree admin status` show it by
default.